* {
  word-break: break-all;
  margin: 0;
  padding: 0;
  outline: none;
}
body {
  font-size: 16px;
  color: #232323;
  font-family: Arial, Helvetica, sans-serif, "微软雅黑", "microsoft Yahei", "Courier New", Courier,
    monospace;
  line-height: 28px;
  background-color: #fff;
  width: 100%;
  text-align: justify;
  overflow-x: hidden;
}
*,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #232323;
  text-decoration: none;
}
a:hover {
  color: #ff3c00;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
ul,
li,
dl,
dt,
dd {
  list-style: none;
}
i,
em {
  font-style: normal;
}
.blank {
  clear: both;
  height: 20px;
}
.c:after {
  display: table;
  content: "";
  clear: both;
}
.c {
  *zoom: 1;
}
img {
  max-width: 100%;
  border: 0;
  height: auto;
}
.img {
  line-height: 0;
  overflow: hidden;
}
.img img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.userSelect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
table {
  width: 100%;
  word-break: break-all;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  font-size: 14px;
}
table tr:nth-child(odd) {
  background: #f4f4f4;
}
table tr {
  height: 33px;
}
table tr:hover {
  background: #f23c49;
  color: #fff;
}
table td,
table th {
  text-align: center;
  border: 1px solid #ddd;
}
.w1410 {
  width: 1410px;
  margin: 0 auto;
}
.fdh {
  position: fixed;
  display: none;
  line-height: 40px;
  height: 40px;
  background-color: #222222;
  width: 100%;
  z-index: 8;
  bottom: 0px;
}
.fdh li {
  width: 33.33%;
  float: left;
  text-align: center;
  border-right: 1px #ddd solid;
  box-sizing: border-box;
}
.fdh .li {
  background-color: #1e87f0;
}
.fdh a {
  display: block;
  color: #fff;
}
.nyban img {
  min-height: 220px;
  object-fit: cover;
}
.dqwz {
  background: #f0f3fa;
  padding: 10px 0;
  border-top: 1px solid #d3dcf0;
  border-bottom: 1px solid #d3dcf0;
  font-size: 15px;
  margin-bottom: 50px;
}
.dqwz .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dqwz .p2 {
  display: none;
  color: #fff;
  padding: 10px 0;
}
.prenext {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 98%;
  line-height: 30px;
  margin-top: 20px;
  border-top: 1px #ddd solid;
  padding-top: 20px;
}
.prenext .pre {
  float: left;
  width: 48%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.prenext .next {
  text-align: right;
  float: right;
  width: 48%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.page {
  text-align: center;
}
.page span {
  display: none;
}
.page a {
  display: inline-block;
  font-size: 14px;
  color: #232323;
  font-family: "Microsoft YaHei", Arial;
  line-height: 26px;
  border: 1px solid #cbcbcb;
  margin: 0 5px;
  padding: 0 8px;
}
.page a.current {
  color: #fff;
  border-color: #ff3c00;
  background: #ff3c00;
}
.page a:hover {
  color: #fff;
  border-color: #ff3c00;
  background: #ff3c00;
}
.map {
  display: block;
  width: 100%;
  height: 352px;
  border: 1px solid #ccc;
}

/* index.html */
.headLogo {
  float: left;
  margin-top: 25px;
}
.headMenu {
  float: left;
}
.headMenu li {
  position: relative;
  float: left;
  width: 119px;
  margin-left: 33px;
  font-size: 18px;
  text-align: center;
}
.headMenu li.l1 {
  margin-left: 14px;
}
.headMenu li > a {
  position: relative;
  display: block;
  line-height: 39px;
  padding: 40px 0;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.headMenu li > a:after {
  position: absolute;
  left: 0;
  top: -100%;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1163cf;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.headMenu li.active > a {
  color: #fff;
}
.headMenu li.active > a:after {
  top: 0;
}
.headMenu li:hover > a {
  color: #fff;
}
.headMenu li:hover > a:after {
  top: 0;
}
.headMenu .nLi .sub {
  display: none;
  position: absolute;
  width: 400%;
  top: 119px;
  left: 0;
  text-align: left;
  padding-bottom: 10px;
  background-color: #1163cf;
  z-index: 999;
  overflow: hidden;
}
.headMenu .nLi .sub a {
  display: block;
  float: left;
  width: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 2.4;
  border: 0;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.headMenu .nLi .sub a:hover {
  color: #232323;
  background-color: #fff;
}
.headTel {
  float: right;
  color: #fe653c;
  font-size: 32px;
  font-weight: bold;
  font-family: sans-serif;
  padding-top: 27px;
  padding-left: 2px;
  margin-top: 27px;
  background: url(/static/imagesx/headtelico.png) no-repeat left top;
}
.bannerBox {
  position: relative;
}
.bannerBox .bd {
  line-height: 0;
  cursor: pointer;
}
.bannerBox .bd img {
  min-height: 180px;
  object-fit: cover;
}
.bannerBox .hd {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: auto;
  width: 122px;
  line-height: 0;
  text-align: center;
  padding: 1px 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 14px;
}
.bannerBox .hd li {
  display: inline-block;
  cursor: pointer;
  margin: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
}
.bannerBox .hd li.on {
  background-color: #fe653c;
}
.newBox {
  position: relative;
  margin-top: 50px;
  margin-bottom: 77px;
}
.newBox:before {
  position: absolute;
  top: -18px;
  right: 28px;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/static/imagesx/newbg.png) no-repeat right top;
  z-index: -1;
}
.indexTit {
  color: #262e43;
  line-height: 1.1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.indexTit strong {
  font-size: 30px;
  font-weight: normal;
}
.indexTit i:before {
  position: absolute;
  top: -6px;
  left: 0;
  content: "";
  width: 17px;
  height: 3px;
  border-radius: 8px;
  background-color: #fe653c;
}
.indexTit i {
  position: relative;
  font-size: 14px;
  letter-spacing: 5px;
}
.newBox ul {
  margin-top: 32px;
}
.newBox li {
  float: left;
  width: 429px;
  margin-top: 27px;
  margin-right: 36px;
  padding: 35px 43px 17px 29px;
  border: 1px solid #c0c4cd;
  border-radius: 6px;
}
.newBox li a {
  display: block;
}
.newBox li h3 {
  line-height: 1.1;
  color: #262e43;
  font-size: 18px;
  letter-spacing: 1px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newBox li p {
  line-height: 1.4;
  color: #666;
  font-size: 15px;
  letter-spacing: 1px;
  margin-top: 33px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newBox li i {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: url(/static/imagesx/newliico.png) no-repeat center top;
  margin-top: 29px;
}
.newBox li:hover {
  border-color: #1163cf;
  background-color: #1163cf;
}
.newBox li:hover h3,
.newBox li:hover p {
  color: #fff;
}
.newBox li:hover i {
  background-position: center bottom;
}
.productBox {
  padding-bottom: 47px;
  background-color: #f2f5fb;
}
.productL {
  position: relative;
  float: left;
  width: 325px;
  background-color: #1163cf;
  padding-bottom: 96px;
  border-radius: 0 0 0 99px;
  z-index: 0;
}
.productL:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 230px;
  height: 180px;
  background: url(/static/imagesx/productbgl.jpg) no-repeat;
  z-index: -1;
}
.productTitL {
  text-align: center;
  margin-top: 66px;
}
.productL dl {
  margin: 29px 27px 0 36px;
}
.productL .hd {
  line-height: 32px;
  padding: 20px 0;
  padding-left: 33px;
  border-bottom: 1px solid #2973d4;
  background: url(/static/imagesx/producticol.png) no-repeat left center;
  cursor: pointer;
}
.productL .hd strong {
  float: left;
  font-weight: normal;
}
.productL .hd strong a {
  color: #fff;
  font-size: 18px;
}
.productL .hd i {
  float: right;
  width: 12px;
  height: 19px;
  margin-top: 5px;
  background: url(/static/imagesx/productico2l.png) no-repeat right center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.productL dd.on .hd {
  background-image: url(/static/imagesx/producticoactivel.png);
}
.productL dd.on .hd i {
  transform: rotateZ(90deg);
}
.productL dd .sub {
  display: none;
  margin-bottom: 20px;
}
.productL dd .sub a {
  display: block;
  color: #fff;
  line-height: 28px;
  padding: 15px 0;
  padding-left: 33px;
  border-bottom: 1px solid #2973d4;
}
.productL dt {
  padding-top: 99px;
}
.productL dt a {
  display: block;
  width: 151px;
  line-height: 20px;
  padding: 10px 0;
  color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 20px;
  background-color: #fe653c;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.productL dt a:hover {
  color: #262e43;
  background-color: #fff;
}
.productR {
  float: left;
  width: 1085px;
  margin-top: 71px;
}
.productR .indexTit {
  margin-left: 37px;
  padding-top: 46px;
  background: url(/static/imagesx/producttitr.png) no-repeat left top;
}
.productR .indexTit i {
  letter-spacing: 0px;
}
.productR ul {
  margin-top: 42px;
}
.productR li {
  float: left;
  width: 329px;
  margin-left: 32px;
  margin-bottom: 32px;
  border-radius: 9px;
  overflow: hidden;
  background-color: #fff;
}
.productR li a {
  display: block;
}
.productR li p {
  width: 276px;
  line-height: 26px;
  padding: 20px 0;
  padding-left: 41px;
  background: url(/static/imagesx/productlibgr.png) no-repeat left bottom;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.productR li:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.productR li:hover p {
  color: #fff;
  background-image: url(/static/imagesx/productlibgactiver.png);
}
.htBox {
  height: 187px;
  font-family: sans-serif;
  background-color: #fe653c;
}
.htL {
  float: left;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-top: 62px;
  margin-left: 9px;
  padding: 8px 0 22px 69px;
  text-shadow: 3px 3px 6px #cb3202;
  background: url(/static/imagesx/htbgl.png) no-repeat left top;
}
.htR {
  float: right;
  margin-top: 58px;
}
.htR li {
  float: left;
  color: #fff;
  margin-left: 70px;
  margin-right: 22px;
}
.htR li strong {
  float: left;
  font-size: 64px;
  line-height: 1;
  padding-right: 26px;
  margin-right: 6px;
  text-shadow: 11px 11px 15px #cb3202;
  background: url(/static/imagesx/htliico1.png) no-repeat right top;
}
.htR li.l2 strong {
  background-image: url(/static/imagesx/htliico2.png);
}
.htR li .txt {
  float: left;
  line-height: 1.4;
  padding-bottom: 14px;
  border-bottom: 1px solid #fff;
}
.ysBox {
  min-height: 190px;
  background: url(/static/imagesx/ysbg.jpg) no-repeat center / cover;
}
.caseBox {
  position: relative;
  padding-top: 46px;
  background-color: #f2f5fb;
  z-index: 0;
}
.caseBox:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 298px;
  background-color: #1163cf;
  z-index: -1;
}
.caseTit .indexTit {
  float: left;
  color: #fff;
  padding-top: 53px;
  background: url(/static/imagesx/casetit.png) no-repeat left top;
}
.caseTit .parHd {
  float: right;
  margin-top: 52px;
}
.caseTit .parHd li {
  float: left;
  width: 211px;
  line-height: 28px;
  color: #262e43;
  text-align: center;
  padding: 5px 0;
  margin-left: 29px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.caseTit .parHd li.l1 {
  margin-left: 0;
}
.caseTit .parHd li.on {
  color: #fff;
  background-color: #fe653c;
}
.caseTit .parHd li:hover {
  color: #fff;
  background-color: #fe653c;
}
.caseSlideBox {
  position: relative;
  margin-top: 45px;
  padding-bottom: 182px;
}
.caseSlideBox .bd li {
  width: 33.33%;
}
.caseSlideBox .bd li a {
  display: block;
  margin: 0 9px;
  padding: 6px;
  background-color: #fff;
}
.caseSlideBox .bd li .cover {
  position: relative;
}
.caseSlideBox .bd li .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 26px;
  color: #fff;
  padding: 20px 49px 20px 38px;
  background-color: rgba(38, 38, 38, 0.5);
  -webkit-animation: exampleEnd 0.3s 1 forwards;
  -moz-animation: exampleEnd 0.3s 1 forwards;
  -ms-animation: exampleEnd 0.3s 1 forwards;
  -o-animation: exampleEnd 0.3s 1 forwards;
  animation: exampleEnd 0.3s 1 forwards;
}
.caseSlideBox .bd li .txt:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  content: "";
  width: 32px;
  height: 32px;
  background: url(/static/imagesx/casemore.png) no-repeat center;
  opacity: 0;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}
.caseSlideBox .bd li i {
  float: right;
  width: 16px;
  height: 11px;
  margin-top: 7px;
  background: url(/static/imagesx/caseliico.png) no-repeat center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.caseSlideBox .bd li:hover i {
  transform: rotateZ(180deg);
}
.caseSlideBox .bd li:hover .txt {
  -webkit-animation: exampleStart 0.5s 1 forwards;
  -moz-animation: exampleStart 0.5s 1 forwards;
  -ms-animation: exampleStart 0.5s 1 forwards;
  -o-animation: exampleStart 0.5s 1 forwards;
  animation: exampleStart 0.5s 1 forwards;
}
.caseSlideBox .bd li:hover .txt:after {
  opacity: 1;
}
@keyframes exampleStart {
  from {
    height: 66px;
  }
  to {
    height: 106px;
  }
}
@keyframes exampleEnd {
  from {
    height: 106px;
  }
  to {
    height: 66px;
  }
}
.caseSlideBox .hd {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 89px;
  margin: auto;
  width: 64px;
}
.caseSlideBox .hd li {
  float: left;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  background: url(/static/imagesx/casehd.png) no-repeat center top;
  cursor: pointer;
}
.caseSlideBox .hd li.on {
  background-position: center bottom;
}
.caseSlideBox .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 75px;
  margin: auto;
  width: 34px;
  height: 34px;
  background: url(/static/imagesx/casebtn.png) no-repeat center top;
}
.caseSlideBox .sPrev {
  right: 130px;
}
.caseSlideBox .sNext {
  left: 130px;
  transform: rotateZ(180deg);
}
.caseSlideBox .btn:hover {
  background-position: center bottom;
}
.caseSlideBoxSj {
  margin-top: 45px;
  padding-bottom: 42px;
  display: none;
}
.caseSlideBoxSj li {
  float: left;
  width: 32%;
  margin-bottom: 2%;
}
.caseSlideBoxSj li.l2,
.caseSlideBoxSj li.l5 {
  margin-left: 2%;
  margin-right: 2%;
}
.caseSlideBoxSj li a {
  display: block;
}
.caseSlideBoxSj span {
  display: block;
  color: #232323;
  line-height: 40px;
  text-align: center;
  background-color: #ddd;
}
.contactBox {
  background: url(/static/imagesx/contactbg.jpg) no-repeat center;
}
.contactT .w1410 {
  position: relative;
}
.contactT .w1410:before {
  position: absolute;
  top: 61px;
  left: -13px;
  content: "";
  width: 809px;
  height: 155px;
  background: url(/static/imagesx/contacttit.png) no-repeat;
}
.contactT ul {
  float: right;
  margin-top: 142px;
}
.contactT li {
  float: left;
  width: 209px;
  height: 219px;
  text-align: center;
  padding: 0 29px;
  margin-left: 31px;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
}
.contactT li .img {
  margin-top: 38px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.contactT li strong {
  display: block;
  color: #323438;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  margin-top: 31px;
}
.contactT li p {
  font-size: 14px;
  line-height: 1.2;
  color: #848588;
  margin-top: 17px;
}
.contactT li:hover .img {
  transform: rotateY(180deg);
}
.conatctB {
  height: 259px;
  margin-top: 196px;
  background: url(/static/imagesx/contactbg1.png);
}
.conatctL {
  position: relative;
  float: left;
  width: 414px;
  color: #fff;
  margin-top: -169px;
  z-index: 0;
}
.conatctL:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 414px;
  border-bottom: 376px solid #fe653c;
  border-top: 52px solid transparent;
  border-left: 414px solid #fe653c;
  z-index: -1;
}
.conatctL ul {
  margin: 99px 90px auto 51px;
}
.conatctL li {
  border-bottom: 1px dashed #fe8665;
  margin-bottom: 26px;
}
.conatctL li.l2 {
  margin-bottom: 19px;
}
.conatctL li i {
  display: block;
  line-height: 22px;
  font-size: 15px;
  padding-left: 26px;
  background: url(/static/imagesx/contactico4.png) no-repeat left center;
}
.conatctL li.l2 i {
  background-image: url(/static/imagesx/contactico5.png);
}
.conatctL li.l3 i {
  background-image: url(/static/imagesx/contactico6.png);
}
.conatctL li p {
  font-size: 17px;
  margin-top: 3px;
  margin-bottom: 16px;
}
.conatctL li.l2 p {
  font-size: 34px;
  font-weight: bold;
  font-family: sans-serif;
  margin-top: 10px;
  margin-bottom: 22px;
}
#form1 {
  float: right;
  margin-top: 51px;
  color: #fff;
}
.formL {
  float: left;
}
.formInput {
  width: 303px;
  height: 49px;
  color: #fff;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 55px;
  border: 1px solid #b8bcc2;
  background: none;
  background: url(/static/imagesx/contactico7.png) no-repeat 12px center;
}
#mobile {
  margin-left: 12px;
  background-image: url(/static/imagesx/contactico8.png);
}
.formTextarea {
  display: block;
  width: 623px;
  height: 86px;
  color: #fff;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 14px;
  padding: 14px 6px 10px 55px;
  border: 1px solid #b8bcc2;
  background: none;
  background: url(/static/imagesx/contactico9.png) no-repeat 12px 10px;
  resize: none;
}
.formInput::placeholder,
.formTextarea::placeholder {
  color: #fff;
}
.formR {
  float: left;
  margin-left: 25px;
}
.formR strong {
  display: block;
  font-size: 32px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
}
.formR .formBtn {
  width: 189px;
  height: 49px;
  color: #fff;
  font-size: 16px;
  border: 0;
  border-radius: 4px;
  box-shadow: 1px 1px 6px #6e6866;
  background-color: #fe653c;
  cursor: pointer;
}
.footBox {
  color: #fff;
  padding-bottom: 48px;
  background-color: #1163cf;
}
.footT dl {
  float: left;
  width: 20%;
  line-height: 1;
  margin-top: 101px;
  margin-bottom: 53px;
}
.footT dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}
.footT dl dd {
  margin-bottom: 20px;
}
.footT a {
  color: #88b1e7;
  font-size: 15px;
}
.footB {
  border-top: 1px solid #4182d9;
  border-bottom: 1px solid #4182d9;
}
.footB ul {
  border-left: 1px solid #4182d9;
  border-right: 1px solid #4182d9;
}
.footB li {
  float: left;
  width: 33.33%;
  height: 79px;
  line-height: 1.4;
  padding-top: 20px;
  padding-left: 95px;
  border-right: 1px solid #4182d9;
  background: url(/static/imagesx/footicob1.png) no-repeat 42px center;
}
.footB li.l2 {
  background-image: url(/static/imagesx/footicob2.png);
}
.footB li.l3 {
  border-right: 0;
  background-image: url(/static/imagesx/footicob3.png);
}
.footB li span {
  color: #88b1e7;
}
.footB li.l1 p {
  font-size: 18px;
  font-weight: bold;
  font-family: sans-serif;
}
.copyRight {
  line-height: 26px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 15px 0;
  background-color: #115ec2;
}
.copyRight span,
.copyRight a {
  color: #fff;
  display: inline-block;
}

/* ny */
.nytit {
  text-align: center;
  padding-bottom: 20px;
}
.nytit h1 {
  position: relative;
}
.nytit h1:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: auto;
  content: "";
  width: 36px;
  height: 4px;
  border-radius: 12px;
  background: url(/static/imagesx/nyline.png) no-repeat center;
}

/* channel.html */
.channel-main {
  margin-bottom: 80px;
}
.channel-main .list {
  margin-bottom: 30px;
}
.channel-main .list:nth-of-type(2n) {
  background-color: #eee;
  padding: 40px 0;
}
.channel-main dt {
  margin-bottom: 20px;
}
.channel-main dt h3 {
  float: left;
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
  padding-left: 38px;
  background: url(/static/imagesx/nymenuico.png) no-repeat left center / contain;
}
.channel-main dt span {
  float: right;
  width: 100px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  background-color: #1163cf;
}
.channel-main dt span a {
  display: block;
  color: #fff;
}
.channel-main dd {
  float: left;
  width: 24%;
  margin-left: 1.33%;
}

.channel-main dd.d1 {
  margin-left: 0;
}

@media (min-width: 1200px) {

.channel-main dd.d1 {
  margin-left: 0;
      margin-right: 13px;
          margin-bottom: 21px;
}


}

.channel-main dd a {
  display: block;
  border-radius: 0 0 24px 0;
  overflow: hidden;
  background-color: #eee;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.channel-main dd .img {
  border-radius: 0 0 24px 0;
  overflow: hidden;
  background-color: #fff;
}
.channel-main .list:nth-of-type(2n) dd a {
  background-color: #fff;
}
.channel-main .list:nth-of-type(2n) dd .img {
  background-color: #eee;
}
.channel-main dd p {
  line-height: 35px;
  font-size: 18px;
  padding: 5px 10px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.channel-main .list:nth-of-type(2n) dd:hover a,
.channel-main dd:hover a {
  color: #fff;
  background-color: #1381f0;
}
.channel-main dd:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* list.html */
.list-main {
  margin-bottom: 80px;
}
.list-main ul {
  margin-top: 40px;
}
.list-main li {
  float: left;
  width: 24%;
  margin-right: 1.33%;
  margin-bottom: 30px;
}
.list-main li:nth-of-type(4n) {
  margin-right: 0;
}
.list-main li a {
  display: block;
  border: 1px solid #ddd;
}
.list-main li p {
  line-height: 35px;
  padding: 5px 10px;
  text-align: center;
  background-color: #eee;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.list-main li:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.list-main li:hover p {
  color: #fff;
  background-color: #1381f0;
}

/* list.html */
.case-main {
  margin-bottom: 80px;
}
.case-main .menu {
  width: 361px;
  margin: 30px auto;
}
.case-main .menu li {
  float: left;
  width: 48%;
  line-height: 22px;
  text-align: center;
  border: 1px solid #ccc;
  margin: 0 1%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.case-main .menu li a {
  display: block;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.case-main .menu li.on,
.case-main .menu li:hover {
  border-color: #1381f0;
  background-color: #1381f0;
}
.case-main .menu li.on a,
.case-main .menu li:hover a {
  color: #fff;
}
.case-main .list ul {
  margin-top: 40px;
}
.case-main .list li {
  float: left;
  width: 24%;
  margin-right: 1.33%;
  margin-bottom: 30px;
}
.case-main .list li:nth-of-type(4n) {
  margin-right: 0;
}
.case-main .list li a {
  display: block;
  border: 1px solid #ddd;
}
.case-main .list li p {
  line-height: 35px;
  padding: 5px 10px;
  text-align: center;
  background-color: #eee;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.case-main .list li:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.case-main .list li:hover p {
  color: #fff;
  background-color: #1381f0;
}

/* new.html */
.new-main {
  margin-bottom: 80px;
}
.new-main .menu {
  width: 361px;
  margin: 30px auto;
}
.new-main .menu li {
  float: left;
  width: 48%;
  line-height: 22px;
  text-align: center;
  border: 1px solid #ccc;
  margin: 0 1%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.new-main .menu li a {
  display: block;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.new-main .menu li.on,
.new-main .menu li:hover {
  border-color: #1381f0;
  background-color: #1381f0;
}
.new-main .menu li.on a,
.new-main .menu li:hover a {
  color: #fff;
}
.new-main .list li {
  border: 1px solid #efeff7;
  margin: 20px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.new-main .list li a {
  display: block;
  height: 150px;
}
.new-main .list li .date {
  float: left;
  width: 130px;
  height: 100%;
  color: #626262;
  font-family: sans-serif;
  text-align: center;
  padding-top: 48px;
  background-color: #efeff7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.new-main .list li .date strong {
  display: block;
  font-size: 56px;
}
.new-main .list li .date span {
  display: block;
  font-size: 15px;
  margin-top: 10px;
}
.new-main .list li .txt {
  color: #626262;
  padding-top: 25px;
}
.new-main .list li .txt h3 {
  font-size: 18px;
  font-weight: normal;
  padding: 0 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new-main .list li .txt p {
  font-size: 15px;
  line-height: 1.3;
  margin-top: 5px;
  padding: 0 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new-main .list li .txt .arrows {
  float: right;
  width: 40px;
  height: 19px;
  line-height: 17px;
  color: #1381f0;
  font-size: 18px;
  text-align: center;
  border: 1px solid #1381f0;
  margin-top: 10px;
  margin-right: 50px;
}
.new-main .list li:hover {
  transform: translateX(28px);
}
.new-main .list li:hover .date {
  color: #1381f0;
}

/* gy.html */
.gy-main {
  margin-bottom: 80px;
}
.gy-main .gyMainL {
  float: left;
  width: 960px;
}
.gy-main .nytit {
  margin-bottom: 20px;
}
.gy-main .txt {
  line-height: 2;
  font-size: 18px;
  text-indent: 2em;
}
.gy-main .txt p {
  margin-bottom: 10px;
}
.gy-main .gyMainR {
  float: right;
  width: 420px;
  margin-left: 30px;
}
.gy-main .gyMainR {
  padding: 13px;
  background: #f2f6ff url(/static/imagesx/pro_x.png) repeat repeat;
}
.gy-main .gyMainR dl {
  padding: 15px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, "Lucida Grande", Arial,
    "Hiragino Sans GB", "WenQuanYi Micro Hei", STHeiti, SimSun, sans-serif;
  box-shadow: #e2e8fb 0px 3px 10px;
  background-color: #fff;
}
.gy-main .gyMainR dt {
  line-height: 1;
  color: #1f1f1f;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.gy-main .gyMainR dd {
  font-size: 15px;
  color: #787878;
  line-height: 29px;
}

/* lxwm.html */
.lxwm-main {
  margin-bottom: 80px;
}
.lxwm-main .main {
  margin-top: 40px;
}
.lxwm-main .lxwmL {
  float: left;
  width: 60%;
  margin-top: 30px;
}
.lxwm-main .lxwmL .tit strong {
  font-size: 28px;
}
.lxwm-main .lxwmL .tit p {
  line-height: 1;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 3px;
}
.lxwm-main .lxwmL .txt {
  margin-top: 40px;
}
.lxwm-main .lxwmL .txt p {
  color: #676767;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}
.lxwm-main .way-con {
  float: left;
  color: #676767;
  font-size: 15px;
  font-weight: normal;
  line-height: 32px;
  padding-top: 30px;
  margin-top: 20px;
  margin-right: 20%;
  border-top: 1px solid #eee;
}
.lxwm-main .lxwmR {
  float: right;
  width: 40%;
  border: 10px solid #ddd;
  border-radius: 80px 0 0 0;
  overflow: hidden;
}

/* article */
.article-main {
  margin-bottom: 80px;
}
.article-main h1 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  line-height: 2;
}
.article-main .info {
  text-align: center;
  line-height: 30px;
  color: #999;
  font-size: 14px;
  margin-bottom: 30px;
  border-bottom: 1px #dddddd solid;
}
.news-lj {
  clear: both;
  overflow: hidden;
  padding: 10px 20px;
  padding-left: 130px;
  box-sizing: border-box;
  background: url(/static/imagesx/ico_newslj.png) #f3f3f3 no-repeat 20px center;
  margin: 30px auto;
}
.news-lj p {
  color: #666;
  line-height: 24px;
  padding: 10px 0;
}
.news-lj p font {
  color: #f33d4a;
}
.news-tel span {
  float: left;
  padding-left: 42px;
  background: url(/static/imagesx/new-tel.png) no-repeat left center / contain;
}
.news-tel span strong {
  color: #f33d4a;
  font-size: 26px;
  font-weight: 700;
  margin-left: 8px;
}
.news-tel a.new_btn {
  float: right;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  padding: 0 20px 0 55px;
  background: url(/static/imagesx/ico_btn.png) #f33d4a no-repeat 10px 4px / 30px;
}
.article-main .conetnt {
  font-size: 16px;
  line-height: 33px;
  padding: 0 15px;
}

/* part.html */
.part-main {
  margin-bottom: 80px;
}
.part-main .nyl {
  float: left;
  width: 45%;
  overflow: hidden;
}
.part-main .nyl img {
  width: 100%;
}
.part-main .nyr {
  float: left;
  width: 51%;
  margin-left: 4%;
  display: inline;
}
.part-main .nyr h2 {
  font-size: 26px;
  margin-bottom: 30px;
}
.part-main .description {
  color: #666;
  line-height: 1.6;
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 2px #1163cf solid;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.part-main .list1 {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
}
.part-main .list1 li {
  float: left;
  width: 25%;
  line-height: 26px;
}
.part-main .list1 li i {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  margin-right: 5px;
}
.part-main .nytel {
  color: #999;
  font-size: 15px;
  padding-top: 30px;
}
.part-main .nytel strong {
  display: inline-block;
  color: #1163cf;
  font-size: 30px;
  vertical-align: text-bottom;
  font-family: Arial, Helvetica, sans-serif;
}
.part-main .nyrBtn {
  margin: 30px 0 0;
}
.part-main .nyrBtn a {
  float: left;
  width: 167px;
  height: 45px;
  line-height: 43px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #1163cf;
  background-color: #1163cf;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.part-main .nyrBtn a.backBtn {
  margin-left: 30px;
}
.part-main .nyrBtn a:hover {
  color: #1783f0;
  background-color: #fff;
}
.cp_txt {
  margin-top: 50px;
}
.txt_name {
  line-height: 32px;
  font-size: 26px;
  font-weight: bold;
  background: url(/static/imagesx/nchtit.png) no-repeat left center;
  margin-bottom: 20px;
  padding-left: 30px;
  background-size: contain;
}
.tjcp li {
  float: left;
  width: 24%;
  margin-left: 1.33%;
}
.tjcp li.l1 {
  margin-left: 0;
}
.tjcp li p {
  line-height: 42px;
  text-align: center;
  background-color: #eee;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xgxw ul {
  border: 1px #dddddd solid;
  padding: 5px;
  overflow: hidden;
}
.xgxw li {
  float: left;
  width: 46%;
  line-height: 42px;
  padding-left: 10px;
  margin: 0 2%;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tjcp li:hover p {
  color: #fff;
  background-color: #1783f0;
}
.tjcp li:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.friendLink {
  font-size: 14px;
}

@media (max-width: 1440px) {
  .w1410 {
    width: 90%;
  }
  .headLogo {
    margin-top: 10px;
  }
  .headMenu {
    width: 56%;
    margin-left: 1%;
  }
  .headMenu li {
    width: 15.66%;
    margin-left: 1%;
  }
  .headMenu li.l1 {
    margin-left: 1%;
  }
  .headMenu li > a {
    line-height: 29px;
    padding: 30px 0;
  }
  .headMenu .nLi .sub {
    top: 89px;
  }
  .headTel {
    margin-top: 17px;
  }
  .newBox li {
    width: 31.33%;
    margin-top: 2%;
    margin-right: 2%;
  }
  .productL {
    width: 28%;
  }
  .productL .hd {
    padding: 13px 0;
    padding-left: 33px;
  }
  .productL dd .sub a {
    padding: 10px 0;
    padding-left: 33px;
  }
  .productR {
    width: 72%;
  }
  .productR li {
    width: 31.33%;
    margin-left: 2%;
    margin-bottom: 2%;
  }
  .productR li p {
    width: 100%;
    padding: 13px 0;
    border-radius: 9px;
    overflow: hidden;
    text-align: center;
    background: none;
    background-color: #ddd;
  }
  .productR li:hover p {
    background: none;
    background-color: #235dc9;
  }
  .caseSlideBox {
    padding-bottom: 162px;
  }
  .conatctL {
    width: 364px;
  }
  .conatctL:before {
    width: 364px;
    border-left-width: 364px;
  }
  .conatctL ul {
    margin-right: 50px;
    margin-left: 41px;
  }
  .formInput {
    width: 263px;
  }
  .formTextarea {
    width: 543px;
  }
  .gy-main .gyMainR {
    display: none;
  }
  .part-main .list1 {
    display: none;
  }
  .part-main .nytel {
    border-top: 1px #ddd solid;
  }
}
@media (max-width: 1280px) {
  .headLogo {
    margin-top: 20px;
  }
  .headMenu {
    width: 76%;
  }
  .headMenu li > a {
    padding: 40px 0;
  }
  .headMenu .nLi .sub {
    top: 109px;
  }
  .headTel {
    display: none;
  }
  .newBox li {
    padding: 25px 33px 7px 19px;
  }
  .newBox li p {
    margin-top: 23px;
  }
  .newBox li i {
    margin-top: 19px;
  }
  .productL {
    display: none;
  }
  .productR {
    width: 100%;
    margin-top: 51px;
  }
  .htR li {
    margin-left: 30px;
  }
  .contactBox {
    display: none;
  }
  .footT dl {
    margin-top: 71px;
    margin-bottom: 43px;
  }
  .gy-main {
    margin-bottom: 60px;
  }
  .gy-main .txt {
    line-height: 1.8;
  }
  .channel-main {
    margin-bottom: 60px;
  }
  .list-main {
    margin-bottom: 60px;
  }
  .case-main {
    margin-bottom: 60px;
  }
  .new-main {
    margin-bottom: 60px;
  }
  .lxwm-main {
    margin-bottom: 60px;
  }
  .lxwm-main .lxwmL,
  .lxwm-main .lxwmR {
    width: 50%;
  }
  .article-main {
    margin-bottom: 60px;
  }
  .part-main {
    margin-bottom: 60px;
  }
  .newBox {
    margin-bottom: 57px;
  }
}
@media (max-width: 1140px) {
  .headLogo {
    width: 200px;
    margin-top: 13px;
  }
  .headMenu {
    width: 75%;
  }
  .headMenu li > a {
    padding: 30px 0;
  }
  .htR li.l2 {
    display: none;
  }
  .caseSlideBox {
    display: none;
  }
  .caseSlideBoxSj {
    display: block;
  }
  .caseTit .parHd li {
    width: 161px;
  }
  .footB li {
    padding-left: 55px;
    background-position: 12px center;
  }
  .channel-main dd p {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }
  .list-main li p {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }
  .case-main .list li p {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }
  .lxwm-main .way-con {
    margin-right: 5%;
  }
  .part-main .nyl {
    width: 47%;
    margin-bottom: 30px;
  }
  .part-main .nyr {
    width: 50%;
    margin-left: 3%;
  }
  .part-main .nyr h2 {
    margin-bottom: 15px;
  }
  .part-main .nytel {
    margin-top: 10px;
    padding-top: 20px;
  }
  .part-main .nyrBtn {
    margin: 20px 0;
  }
  .part-main .nyrBtn a {
    width: 157px;
  }
  .cp_txt {
    margin-top: 30px;
  }
  .txt_name {
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 5px;
  }
}
@media (max-width: 960px) {
  .headLogo {
    width: 180px;
    margin-top: 6px;
  }
  .headMenu {
    width: 72%;
  }
  .headMenu li {
    font-size: 16px;
  }
  .headMenu li > a {
    padding: 20px 0;
  }
  .headMenu .nLi .sub {
    display: none !important;
  }
  .newBox li {
    width: 48%;
  }
  .htR li {
    margin-left: 15px;
    margin-right: 0;
  }
  .caseTit .indexTit {
    float: none;
  }
  .caseTit .parHd {
    margin-top: 32px;
  }
  .footB li {
    width: 50%;
  }
  .footB li.l2 {
    border-right: 0;
  }
  .footB li.l3 {
    display: none;
  }
  .new-main .list li .date {
    display: none;
  }
  .lxwm-main .main {
    margin-top: 30px;
  }
  .lxwm-main .lxwmL {
    width: 100%;
  }
  .lxwm-main .lxwmL,
  .lxwm-main .lxwmL .txt {
    margin-top: 0px;
  }
  .lxwm-main .lxwmR,
  .lxwm-main .lxwmL .tit {
    display: none;
  }
  .lxwm-main .way-con {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .fdh {
    display: block;
  }
  .dqwz {
    display: block;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #1163cf;
    height: auto;
    text-align: center;
    padding: 0;
    line-height: 16px;
    margin-bottom: 30px;
    border: 0;
  }
  .dqwz .w1410 {
    width: 100%;
  }
  .dqwz .p1 {
    font-size: 14px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
    background-color: #fff;
    padding: 15px;
  }
  .dqwz .p1 b {
    padding-left: 0;
  }
  .dqwz .p2 {
    display: block;
  }
  .nyban {
    display: none;
  }
  .prenext {
    margin-top: 10px;
    padding-top: 10px;
  }
  .page {
    margin-top: 10px;
  }
  .headBox .w1410 {
    width: 100%;
  }
  .headLogo {
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
  .headLogo img {
    width: 180px;
  }
  .headMenu {
    width: 100%;
    margin: 0;
    background-color: #1163cf;
  }
  .headMenu li {
    width: 33.33%;
    margin-left: 0;
    border-top: 1px solid #4182d9;
  }
  .headMenu li.l1,
  .headMenu li.l2,
  .headMenu li.l3 {
    border-top: 0;
  }
  .headMenu li.l1 {
    margin-left: 0;
  }
  .headMenu li > a {
    color: #fff;
    padding: 5px 0;
    border-right: 1px solid #4182d9;
  }
  .headMenu li.l3 a,
  .headMenu li.l6 a {
    border-right: 0;
  }
  .headMenu li > a:after {
    display: none;
  }
  .bannerBox .hd {
    width: 90px;
    bottom: 4px;
  }
  .bannerBox .hd li {
    margin: 1px;
    width: 13px;
    height: 13px;
  }
  .newBox {
    margin-top: 40px;
    margin-bottom: 47px;
  }
  .newBox ul {
    margin-top: 12px;
  }
  .productR {
    margin-top: 41px;
  }
  .productR ul {
    margin-top: 22px;
  }
  .productR li {
    width: 49%;
    margin-left: 0;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .productR li:nth-of-type(2n) {
    margin-right: 0;
  }
  .productR li.l9 {
    display: none;
  }
  .htBox {
    height: 107px;
  }
  .htL {
    margin-top: 24px;
    margin-left: 0;
  }
  .htR {
    display: none;
  }
  .caseTit .parHd {
    float: none;
    width: 351px;
    margin: 32px auto 0;
  }
  .caseSlideBoxSj {
    margin-top: 35px;
  }
  .caseSlideBoxSj li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .caseSlideBoxSj li.l2 {
    margin-left: 0;
    margin-right: 0;
  }
  .caseSlideBoxSj li.l5 {
    margin-left: 0;
  }
  .caseSlideBoxSj li:nth-of-type(2n) {
    margin-right: 0;
  }
  .caseSlideBoxSj span {
    line-height: 35px;
  }
  .copyRight {
    margin-bottom: 40px;
  }
  .nytit {
    padding-bottom: 10px;
  }
  .nytit h1 {
    font-size: 26px;
  }
  .gy-main {
    margin-bottom: 40px;
  }
  .gy-main .txt {
    font-size: 17px;
    line-height: 1.6;
  }
  .channel-main {
    margin-bottom: 40px;
  }
  .channel-main dt h3 {
    font-size: 20px;
    line-height: 28px;
    padding-left: 32px;
  }
  .channel-main dd {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 2%;
  }
  .channel-main dd.d3 {
    margin-left: 0;
  }
  .channel-main dd.d3,
  .channel-main dd.d4 {
    margin-bottom: 0;
  }
  .channel-main dd a {
    border-radius: 0;
  }
  .channel-main dd .img {
    border-radius: 0;
  }
  .list-main {
    margin-bottom: 40px;
  }
  .list-main ul {
    margin-top: 20px;
  }
  .list-main li {
    width: 49%;
    margin-right: 2%;
    margin-top: 2%;
    margin-bottom: 0;
  }
  .list-main li:nth-of-type(2n) {
    margin-right: 0;
  }
  .list-main li.l1,
  .list-main li.l2 {
    margin-top: 0;
  }
  .case-main {
    margin-bottom: 40px;
  }
  .case-main .list ul {
    margin-top: 20px;
  }
  .case-main .list li {
    width: 49%;
    margin-right: 2%;
    margin-top: 2%;
    margin-bottom: 0;
  }
  .case-main .list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .case-main .list li.l1,
  .case-main .list li.l2 {
    margin-top: 0;
  }
  .new-main {
    margin-bottom: 40px;
  }
  .new-main .list li {
    margin: 10px 0;
  }
  .new-main .list li:hover {
    transform: translateX(0);
  }
  .new-main .list li a {
    height: 120px;
  }
  .new-main .list li .txt {
    padding-top: 10px;
  }
  .new-main .list li .txt h3,
  .new-main .list li .txt p {
    padding: 0 10px;
  }
  .lxwm-main {
    margin-bottom: 40px;
  }
  .new-main .menu {
    margin: 20px auto 25px;
  }
  .article-main {
    margin-bottom: 40px;
  }
  .article-main h1 {
    font-size: 26px;
    line-height: 1.4;
  }
  .article-main .info {
    margin-bottom: 10px;
  }
  .news-lj {
    display: none;
  }
  .article-main .conetnt {
    line-height: 28px;
    padding: 0;
  }
  .part-main {
    margin-bottom: 40px;
  }
  .part-main .nyl {
    width: 95%;
    margin: 0 auto 20px;
    box-sizing: border-box;
    text-align: center;
    float: none;
  }
  .part-main .nyr {
    width: 98%;
    margin: 0 1%;
  }
  .part-main .nyr h2 {
    text-align: center;
    margin-bottom: 15px;
  }
  .part-main .description {
    padding-top: 15px;
    margin-bottom: 15px;
  }
  .part-main .nytel {
    text-align: center;
    padding-top: 20px;
  }
  .part-main .nyrBtn {
    display: none;
  }
  .tjcp li {
    width: 49%;
    margin: 0 2% 2% 0;
  }
  .tjcp li p {
    line-height: 35px;
  }
  .tjcp li:nth-of-type(2n) {
    margin-right: 0;
  }
  .friendLink {
    display: none;
  }
}
@media (max-width: 640px) {
  .newBox li {
    width: 100%;
    margin-right: 0;
  }
  .newBox li p {
    margin-top: 13px;
  }
  .newBox li i {
    margin-top: 9px;
  }
  .productR .indexTit {
    margin-left: 0;
  }
  .productR li p {
    padding: 8px;
  }
  .footT dl {
    display: none;
  }
  .footT dl.dl5 {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 41px;
    margin-bottom: 10px;
  }
  .footT dl dt {
    margin-bottom: 20px;
  }
  .footT dl dd {
    margin-bottom: 0;
  }
  .footB {
    border: 0;
  }
  .footB ul {
    border: 0;
  }
  .footB li {
    width: 100%;
    height: auto;
    border: 0;
    padding-left: 0;
    padding-top: 10px;
    text-align: center;
    background: none;
  }
  .footB li.l2 {
    background: none;
  }
  .lxwm-main .way-con {
    display: none;
  }
}
@media (max-width: 480px) {
  .indexTit i {
    letter-spacing: 3px;
  }
  .newBox li {
    padding: 15px 13px 7px 9px;
  }
  .newBox li:hover {
    border-color: #c0c4cd;
    background: none;
  }
  .newBox li:hover h3 {
    color: #262e43;
  }
  .newBox li:hover p {
    color: #666;
  }
  .newBox li:hover i {
    background-position: center top;
  }
  .productR li {
    border-radius: 0;
  }
  .productR li p {
    padding: 5px;
    border-radius: 0;
  }
  .productR li:hover .img img {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .productR li:hover p {
    color: #232323;
    background: none;
    background-color: #ddd;
  }
  .caseTit .parHd {
    width: 100%;
  }
  .caseTit .parHd li {
    width: 48%;
    margin-left: 4%;
  }
  .channel-main dt span {
    width: auto;
    background: none;
  }
  .channel-main dt span a {
    color: #232323;
  }
  .channel-main .list:nth-of-type(2n) dd:hover a {
    color: #232323;
    background: #fff;
  }
  .channel-main dd:hover a {
    color: #232323;
    background: #eee;
  }
  .channel-main dd:hover .img img {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .list-main li:hover p {
    color: #232323;
    background-color: #eee;
  }
  .list-main li:hover .img img {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .case-main .menu {
    width: 100%;
  }
  .case-main .list li:hover p {
    color: #232323;
    background-color: #eee;
  }
  .case-main .list li:hover .img img {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .new-main .menu {
    width: 100%;
  }
}


img.size-full {
    display: block;
    margin: 0 auto;
}
